GtkFileChooserWidget: Fix a crash for when the widget was unrefed right after setting...
authorChristoph Reiter <reiter.christoph@gmail.com>
Tue, 20 Jan 2015 16:54:03 +0000 (17:54 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 24 Jan 2015 22:28:28 +0000 (17:28 -0500)
commit8fc920144bb1f9840e501ef4f470be2eb83b6c0a
tree32e1677b37f1c9889f333d5eb3b7880d47b0c96c
parentc235747847d59db7f2bf553cc53f7656397b7627
GtkFileChooserWidget: Fix a crash for when the widget was unrefed right after setting a current folder.

Keep a reference to the widget while the async operation is ongoing.

https://bugzilla.gnome.org/show_bug.cgi?id=725164
gtk/gtkfilechooserwidget.c